projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
649b3fb
)
(struct it): Add member display_ellipsis_p.
author
Gerd Moellmann
<gerd@gnu.org>
Tue, 26 Jun 2001 09:46:24 +0000
(09:46 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Tue, 26 Jun 2001 09:46:24 +0000
(09:46 +0000)
src/dispextern.h
patch
|
blob
|
history
diff --git
a/src/dispextern.h
b/src/dispextern.h
index 6a319f2138e807c9449d676b24498f2810b25bd7..b7d82eded6884cf321a23c502f24bcf0d78e2b25 100644
(file)
--- a/
src/dispextern.h
+++ b/
src/dispextern.h
@@
-1626,6
+1626,7
@@
struct it
enum glyph_row_area area;
unsigned multibyte_p : 1;
unsigned string_from_display_prop_p : 1;
+ unsigned display_ellipsis_p : 1;
Lisp_Object space_width;
short voffset;
Lisp_Object font_height;